GenerativeComponents Help

Ask

Pops up a small dialog that uses the given text to ask the user to enter a value.

object Ask(string questionText)

The user's response is evaluated as an expression, and its resultant value is returned.

If the user cancels the dialog instead of clicking OK, this function returns null.